home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / sql.lang < prev    next >
Text File  |  2004-07-06  |  2KB  |  42 lines

  1. # SQL,  PL/SQL language definition file
  2. #
  3. # Author: AndrΘ Simon
  4. #
  5. #   Mail: andre.simon1@gmx.de
  6. #   Date: 5.6.2002
  7. # ------------------------------------------
  8. # This file is part of highlight, a free source code converter released under the GPL.
  9. #
  10. # The file is used to describe keywords and special symbols of programming languages.
  11. # See README in the highlight directory for details.
  12. #
  13. # New definition files for future releases of highlight are always appreciated ;)
  14. #
  15. # ----------
  16. # andre.simon1@gmx.de
  17. # http:/www.andre-simon.de/
  18.  
  19.  
  20. $KW_LIST(kwa)= access add as asc begin by check cluster column compress connect current cursor decimal default 
  21. desc else elsif end exception exclusive file for from function group having identified if immediate increment 
  22. index initial into is level loop maxextents mode modify nocompress nowait of offline on online start 
  23. successful synonym table then to trigger uid unique user validate values view whenever where with option 
  24. order pctfree privileges procedure public resource return row rowlabel rownum rows session share size 
  25. smallint type using not and or in any some all between exists like escape union intersect minus prior 
  26. distinct sysdate out alter analyze audit comment commit create delete drop execute explain grant insert lock 
  27. noaudit rename revoke rollback savepoint select set truncate update
  28.  
  29. $KW_LIST(kwb)= boolean char character date float integer long mlslabel number raw rowid varchar varchar2 varray
  30.  
  31. $STRINGDELIMITERS=" '
  32.  
  33. $SL_COMMENT=--
  34.  
  35. $ML_COMMENT=/* */
  36.  
  37. $IGNORECASE=true
  38.  
  39. #$ESCCHAR=
  40.  
  41. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / * %  + -
  42.